Skip to content

Detect patchset version automatically with Meson too #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 45 commits into
base: patches16
Choose a base branch
from

Conversation

kou
Copy link

@kou kou commented Oct 25, 2024

It's the same approach done in configure.ac.

akorotkov and others added 30 commits August 28, 2024 15:43
Discussion: https://postgr.es/m/CAPpHfdua-YFw3XTprfutzGp28xXLigFtzNbuFY8yPhqeq6X5kg%40mail.gmail.com
Reviewed-by: Aleksander Alekseev, Pavel Borisov, Vignesh C, Mason Sharp
Reviewed-by: Andres Freund, Chris Travers
Snapshot have two pairing heap nodes: for data and system undos.
 * Added SearchCatCacheInternal_hook, SearchCatCacheList_hook
 * Added SysCacheGetAttr_hook
IsFatalError()
have_backup_in_progress()
SnapBuildNextPhaseAt()
DoLocalLockExist()
Outline-atomics is a gcc compilation flag that enables runtime detection
of CPU support for atomic instructions.
Performance on CPUs that do support atomic instructions is improved,
while compatibility and performance on CPUs without atomic instructions
is not hurt.

Discussion: https://postgr.es/m/flat/099F69EE-51D3-4214-934A-1F28C0A1A7A7%40amazon.com
Author: Tsahi Zidenberg
They are allowed to stay during shutdown checkpointing and help checkpointer
do its work.
To use curl during shared_preload_libraries initialization.
- added option --extension for pg_rewind
- extracted SimpleXLogRead from extractPageMap for generic wal iteration in pg_rewind
homper and others added 15 commits September 16, 2024 22:09
Also validates compatability of index AM with table AM at index creation
 * Add xlogptr and xmin to determine right order of transactions when
   decoding on replica.
 * Add CSN snapshot data to snapshot builder.
 * Record CSN to the running xids and restore it during logical decoding
   to the snapshot builder.
 * Add function to update CSN snapshot data in snapshot builder.
 * Update CSN snapshot LSN in snapshot building after each transaction commit.
 * Restore CSN snapshot data in SnapBuildBuildSnapshot().
That allows S3 mode to finish WAL archiving if needed.
That allows to process flushed buffers in CheckPoint_hook().
Use GetIndexAmRoutineExtended instead for all Orioledb extensibility.
We split aminsert method to aminsert and aminsertextended.

aminsert is a method for indexes implemented in other extensions, it
accepts ItemPointer tupleid.

aminsertextended is for internal Postgres indexes and Orioledb, it
accepts Datum tupleid. They are not supposed to call aminsert method, so
that it is set NULL for them. We can not rely that extensions are aware
of aminsertextended, so index_insert() calls aminsert if it's not NULL
preferentially.

Signature of index_insert() is reverted so that it could be called by other
extensions. Datum tupleid is confined inside index_insert method.
It's the same approach done in configure.ac.
@kou
Copy link
Author

kou commented Oct 25, 2024

We may want to add this change to 6f9d6e5 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants